Nevron.Nov.DataStructures Namespace / NCompositeIterator<T> Class
Properties Methods


In This Topic
    NCompositeIterator<T> Class Members
    In This Topic

    The following tables list the members exposed by NCompositeIterator<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the current item. Valid only if MoveNext() returned true prior to getting the current value.  
    Top
    Public Methods
     NameDescription
    Public MethodAdvances the iterator to the next item of the set.  
    Public MethodResets the iterator to its initial position, which is before the first item in the set.  
    Top
    See Also